ScanFix Xpress v9.0 for .NET - Updated
ColorDropOptions Constructor(Boolean,Color,IEnumerable<ColorRadius>)




Accusoft.ScanFixXpressSdk Namespace > ColorDropOptions Class > ColorDropOptions Constructor : ColorDropOptions Constructor(Boolean,Color,IEnumerable<ColorRadius>)
Set to true to extract specified colors and drop all others to DropToColor.
Color that will be used for dropped colors
Color radius list
Instantiates a new ColorDropOptions object with the specified options.
Syntax
'Declaration
 
Public Function New( _
   ByVal extract As Boolean, _
   ByVal dropToColor As Color, _
   ByVal colorRadiusList As IEnumerable(Of ColorRadius) _
)
'Usage
 
Dim extract As Boolean
Dim dropToColor As Color
Dim colorRadiusList As IEnumerable(Of ColorRadius)
 
Dim instance As New ColorDropOptions(extract, dropToColor, colorRadiusList)
public ColorDropOptions( 
   bool extract,
   Color dropToColor,
   IEnumerable<ColorRadius> colorRadiusList
)
public: ColorDropOptions( 
   bool extract,
   Color dropToColor,
   IEnumerable<ColorRadius*>* colorRadiusList
)
public:
ColorDropOptions( 
   bool extract,
   Color dropToColor,
   IEnumerable<ColorRadius^>^ colorRadiusList
)

Parameters

extract
Set to true to extract specified colors and drop all others to DropToColor.
dropToColor
Color that will be used for dropped colors
colorRadiusList
Color radius list
Remarks
Use this to specify a custom color and radius.
See Also

Reference

ColorDropOptions Class
ColorDropOptions Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.